home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
biz
/
demo
/
Reflections4De.lha
/
Ref4Demo
/
skripte.lha
/
objekte.men
< prev
next >
Wrap
Text File
|
1996-02-13
|
490b
|
27 lines
REFSKRIPT
GET_AUSWAHL Welches_GrundObjekt pyramide pyramiden_stumpf kegel_stumpf
RETURN_IF_ABBRUCH 0
GET_RESULT res
IF_STR_EQUAL_GOTO res pyramide x_pyra
IF_STR_EQUAL_GOTO res pyramiden_stumpf x_pyrastu
IF_STR_EQUAL_GOTO res kegel_stumpf x_kegelstu
RETURN 0
>x_pyra:
CALL pyramid.skr
GET_RESULT obj
GOTO fert
>x_pyrastu:
CALL pyrastu.skr
GET_RESULT obj
GOTO fert
>x_kegelstu:
CALL kegelstu.skr
GET_RESULT obj
GOTO fert
>fert:
PKL_NEU obj
PLOT_SCHRAEG
RETURN obj